home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1995 June / MacFormat 25.iso / Shareware City / Developers / ICProgKit1.0 / Source / Libs / ICMappings.h < prev    next >
Text File  |  1994-11-28  |  378b  |  7 lines

  1. ICError ICMDeleteEntry (Handle entries, long pos);
  2. ICError    ICMCountEntries (Handle entries, long *count);
  3. ICError ICMGetEntry (Handle entries, long pos, ICMapEntry *entry);
  4. ICError    ICMGetIndEntry (Handle entries, long ndx, long *pos, ICMapEntry *entry);
  5. ICError ICMAddEntry (Handle entries, ICMapEntry *entry);
  6. ICError ICMSetEntry (Handle entries, long pos, ICMapEntry *entry);
  7.